-
Notifications
You must be signed in to change notification settings - Fork 242
Remove Out Endpoint Descriptors from Absolute Mouse and Relative Mouse #542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added attribute to remove unnecessary out endpoint.
Added attribute to remove unnecessary out endpoint.
Added attribute to explicitly keep currently needed out endpoint and to make listed attributes consistent across the keyboard and mouse devices.
|
Just to clarify, this pull-request only removes the out endpoint from the absolute mouse and the relative mouse devices. It does not remove the out endpoint from the keyboard since this is still currently needed to maintain led synchronization with the browser. This pull-request does list the attribute for all three devices for the sake of consistency. |
IDisposable
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
|
@ym - Do I need to do anything to get this code merged? |
jetkvm#542) * Update hid_mouse_absolute.go Added attribute to remove unnecessary out endpoint. * Update hid_mouse_relative.go Added attribute to remove unnecessary out endpoint. * Update hid_keyboard.go Added attribute to explicitly keep currently needed out endpoint and to make listed attributes consistent across the keyboard and mouse devices. --------- Co-authored-by: Aveline <352441+ym@users.noreply.github.com>
jetkvm#542) * Update hid_mouse_absolute.go Added attribute to remove unnecessary out endpoint. * Update hid_mouse_relative.go Added attribute to remove unnecessary out endpoint. * Update hid_keyboard.go Added attribute to explicitly keep currently needed out endpoint and to make listed attributes consistent across the keyboard and mouse devices. --------- Co-authored-by: Aveline <352441+ym@users.noreply.github.com>
jetkvm#542) * Update hid_mouse_absolute.go Added attribute to remove unnecessary out endpoint. * Update hid_mouse_relative.go Added attribute to remove unnecessary out endpoint. * Update hid_keyboard.go Added attribute to explicitly keep currently needed out endpoint and to make listed attributes consistent across the keyboard and mouse devices. --------- Co-authored-by: Aveline <352441+ym@users.noreply.github.com>
Added attribute to remove unnecessary and potentially confusing out endpoint descriptors from the absolute mouse and relative mouse. Also added same attribute to keyboard (albeit with the opposite value) to explicitly keep currently needed out endpoint descriptor to make listed attributes consistent across the keyboard and mouse devices.